home *** CD-ROM | disk | FTP | other *** search
/ El Mac 9 / El Mac 9.iso / Shareware / Applications / Charting Coach v1.5 / Charting Coach v1.dxr / 00150.ls < prev    next >
Encoding:
Text File  |  1996-04-08  |  362 b   |  17 lines

  1. on mouseUp
  2.   global pswd, userNo, checkPswd
  3.   if the doubleClick then
  4.     exit
  5.   end if
  6.   if the text of field "password" = checkPswd then
  7.     setAt(pswd, userNo, checkPswd)
  8.     resetUserNames()
  9.     prepfrontpage()
  10.   else
  11.     cursor(0)
  12.     alert("This password did not match the previous one.")
  13.     put " " into field "password"
  14.     go("ChngPsWrd")
  15.   end if
  16. end
  17.